home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #3
/
Amiga Plus CD - 2002 - No. 03.iso
/
AmiSoft
/
Dev
/
Gui
/
Cit.lha
/
CIT
/
citra
/
CITHook.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-12-18
|
298 b
|
27 lines
//
// CITList and CITHook include
//
// StormC
//
// version 2002.12.13
//
#ifndef CIT_HOOK_H
#define CIT_HOOK_H TRUE
#include <utility/hooks.h>
extern "C"
{
extern void* getA4();
extern ULONG hookEntry();
}
struct CITHook:public Hook
{
void* dataBase;
};
#endif